-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: GitHub Actions #172
CI: GitHub Actions #172
Conversation
This is ready for review, I don't think the checks come in until its in master. Builds here: https://github.com/dgasmith/QCElemental/commit/60ee4d5ab795e7a237b0d4d49c5d18a87f639f6b/checks?check_suite_id=336612400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very neat!
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
|
||
**To Reproduce** | ||
Code to reproduce the behavior: | ||
|
||
<!-- Code to reproduce the behavior: --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Please include the results of conda list
and python -c "import qcelemental as qc; print(qc.__file__, qc.__version__)"
.
.github/workflows/CI.yml
Outdated
shell: bash | ||
run: | | ||
eval "$(conda shell.bash hook)" && conda activate test | ||
pytest -v --cov=qcelemental --cov-report=xml qcelemental/tests/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try adding --color yes
for quick id of failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Color worked!
Description
Switches CI over to GitHub Actions.
Status